home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestand / compr / zg602std.exe / {app} / zipgenius.exe / 0 / RCDATA / TMEMOFORM / TMEMOFORM.txt
Encoding:
Text File  |  2005-11-09  |  2.8 KB  |  137 lines

  1. object MemoForm: TMemoForm
  2.   Left = 177
  3.   Top = 134
  4.   Width = 413
  5.   Height = 366
  6.   Caption = 'ZipGenius'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ToolBar1: TToolBar
  20.     Left = 0
  21.     Top = 0
  22.     Width = 405
  23.     Height = 22
  24.     AutoSize = True
  25.     Caption = 'ToolBar1'
  26.     EdgeBorders = [ebTop, ebBottom]
  27.     EdgeInner = esNone
  28.     EdgeOuter = esNone
  29.     Flat = True
  30.     Images = MainForm.MenuIcons
  31.     TabOrder = 0
  32.     object ToolButton1: TToolButton
  33.       Left = 0
  34.       Top = 0
  35.       Caption = 'ToolButton1'
  36.       ImageIndex = 100
  37.       OnClick = ToolButton1Click
  38.     end
  39.     object ToolButton2: TToolButton
  40.       Left = 23
  41.       Top = 0
  42.       Caption = 'ToolButton2'
  43.       ImageIndex = 60
  44.       OnClick = ToolButton2Click
  45.     end
  46.     object ToolButton3: TToolButton
  47.       Left = 46
  48.       Top = 0
  49.       Width = 8
  50.       Caption = 'ToolButton3'
  51.       ImageIndex = 2
  52.       Style = tbsSeparator
  53.       Visible = False
  54.     end
  55.     object ToolButton4: TToolButton
  56.       Left = 54
  57.       Top = 0
  58.       Caption = 'ToolButton4'
  59.       ImageIndex = 112
  60.       Visible = False
  61.       OnClick = ToolButton4Click
  62.     end
  63.     object ToolButton5: TToolButton
  64.       Left = 77
  65.       Top = 0
  66.       Width = 8
  67.       Caption = 'ToolButton5'
  68.       ImageIndex = 3
  69.       Style = tbsSeparator
  70.     end
  71.     object ToolButton6: TToolButton
  72.       Left = 85
  73.       Top = 0
  74.       Caption = 'ToolButton6'
  75.       ImageIndex = 151
  76.       OnClick = ToolButton6Click
  77.     end
  78.     object ToolButton7: TToolButton
  79.       Left = 108
  80.       Top = 0
  81.       Caption = 'ToolButton7'
  82.       ImageIndex = 152
  83.       OnClick = ToolButton7Click
  84.     end
  85.     object ToolButton8: TToolButton
  86.       Left = 131
  87.       Top = 0
  88.       Width = 8
  89.       Caption = 'ToolButton8'
  90.       ImageIndex = 5
  91.       Style = tbsSeparator
  92.     end
  93.     object ToolButton9: TToolButton
  94.       Left = 139
  95.       Top = 0
  96.       Caption = 'ToolButton9'
  97.       ImageIndex = 46
  98.       OnClick = ToolButton9Click
  99.     end
  100.   end
  101.   object StatusBar1: TStatusBar
  102.     Left = 0
  103.     Top = 315
  104.     Width = 405
  105.     Height = 19
  106.     Panels = <>
  107.     SimplePanel = True
  108.   end
  109.   object memo1: TRxRichEdit
  110.     Left = 0
  111.     Top = 22
  112.     Width = 405
  113.     Height = 293
  114.     Align = alClient
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clWindowText
  117.     Font.Height = -13
  118.     Font.Name = 'Tahoma'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     ReadOnly = True
  122.     TabOrder = 2
  123.     OnURLClick = memo1URLClick
  124.   end
  125.   object sd1: TSaveDialog
  126.     Left = 128
  127.     Top = 304
  128.   end
  129.   object FormStorage1: TFormStorage
  130.     IniFileName = '\Software\M.Dev Software\ZG5'
  131.     Options = [fpPosition]
  132.     StoredValues = <>
  133.     Left = 184
  134.     Top = 304
  135.   end
  136. end
  137.